Skip to content

Releases: taskcluster/taskgraph

14.3.0

28 May 16:29
Compare
Choose a tag to compare

What's Changed

  • feat(load-task): add a --user flag to specify which user to run as by @ahal in #685
  • fix: bump MAX_ROUTES up to 64 by @ahal in #693
  • perf: optionally use 'orjson' if available by @ahal in #694

Full Changelog: 14.2.1...14.3.0

14.2.1

13 May 16:19
32c381c
Compare
Choose a tag to compare

This fixes a regression for generic-worker tasks using run-task, introduced in 14.2.0.

What's Changed

  • chore: bump version to 14.2.1 by @jcristau in #690
  • Revert "Let generic-worker verify run-task/fetch-content integrity" by @jcristau in #691
  • test: validate the output of run-task transforms against the schema by @jcristau in #692

Full Changelog: 14.2.0...14.2.1

14.2.0

12 May 17:14
e34fb71
Compare
Choose a tag to compare

What's Changed

  • Let generic-worker verify run-task/fetch-content integrity by @jcristau in #666
  • feat: implement new 'load-task' command to debug tasks locally by @ahal in #680
  • Update instructions to install package from local clone by @marco-c in #684
  • actions: fix scope check on mercurial (bug 1965754) by @jcristau in #686

New Contributors

Full Changelog: 14.1.1...14.2.0

14.1.1

10 Apr 14:50
7d4f483
Compare
Choose a tag to compare

Fixed

  • ensure GraphConfig.root_dir is an absolute path (#673)

pytest-taskgraph-v0.2.0

09 Apr 12:03
20222c1
Compare
Choose a tag to compare
chore: bump pytest-taskgraph version (#674)

This package was updated in https://github.com/taskcluster/taskgraph/pull/623 but not released.

14.1.0

07 Apr 14:42
d3829d2
Compare
Choose a tag to compare

Added

  • allow task-priority to be keyed by level (#653)
  • implement taskgraph action command to generate actions.json on the command line (#645)
  • pass push.base_revision to in-tree-action hook (#656)
  • support for volume artifact type (#667)

Fixed

  • bug deleting long path names with forward slashes on Windows (#661)
  • replace deprecated datetime.utcnow() with timezone-aware alternative (#652)
  • only consider tracked files when building toolchain hashes (#664)

14.0.0

19 Feb 15:37
Compare
Choose a tag to compare

What's Changed

  • refactor!: revert {task_workdir} interpolation in run-task environment by @ahal in #648
  • chore: version bump 14.0.0 by @ahal in #649

Full Changelog: 13.1.0...14.0.0

13.1.0

13 Feb 19:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: 13.0.0...13.1.0

13.0.0

24 Jan 15:21
01596a6
Compare
Choose a tag to compare

Added

  • automatically interpolate {task_workdir} in environment (#630)
  • add caches for common package managers (#623)
  • support setting repo wide default values for cache selection (#623)
  • support list of caches in use-caches key (#623)

Fixed

  • BREAKING CHANGE get_ancestors now returns tasks keyed by taskid, to avoid missing tasks when multiple tasks exist with the same label in a graph (#633)

Removed

  • unused resource-monitor code (#636)
  • BREAKING CHANGE cache-dotcache key (#623)

12.2.0-1

15 Jan 19:19
Compare
Choose a tag to compare

Second part of the 12.2.0-1 to get docker images pushed.